Foxit PDF RDK
FoxitRDKNative.CropPageSizeTaskCallBack Class Reference

Defines a callback interface for handling the result of a CropPageSizeTask. More...

Public Member Functions

 constructor ()
 Constructor for the CropPageSizeTaskCallBack class. Initializes a new instance of the CropPageSizeTaskCallBack.
 
 execute (task)
 Executes the callback with the result of a CropPageSizeTask. More...
 
 result (task)
 Handles the result of a CropPageSizeTask. More...
 

Detailed Description

Defines a callback interface for handling the result of a CropPageSizeTask.

Member Function Documentation

◆ execute()

FoxitRDKNative.CropPageSizeTaskCallBack.execute ( task  )

Executes the callback with the result of a CropPageSizeTask.

Parameters
{CropPageSizeTask}task - The CropPageSizeTask whose result is being processed. This method is called to execute the callback when the task completes.

◆ result()

FoxitRDKNative.CropPageSizeTaskCallBack.result ( task  )

Handles the result of a CropPageSizeTask.

Parameters
{CropPageSizeTask}task - The CropPageSizeTask whose result is being processed. This method is called to handle the result specifically, providing access to its outcome.